home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 149
/
(Vol 149) Feb 25 2012.iso
/
Games
/
cenario_408.swf
/
scripts
/
frame_5
/
DoAction.as
Wrap
Text File
|
2012-02-25
|
275b
|
10 lines
_root.functions.resetGame();
_root.functions.setupGame();
_root.rndsound = Math.floor(Math.random() * 4) + 1;
_level7.playsound("message" + _root.rndsound,1,100);
while(!_root.resetBool && !_root.setupBool)
{
trace("waiting...");
}
_root.gotoAndStop("playgame");